home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / ttf-arphic-ukai.postrm < prev    next >
Encoding:
Text File  |  2006-07-07  |  436 b   |  24 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. . /usr/share/debconf/confmodule
  6.  
  7. package=ttf-arphic-ukai
  8.  
  9. # fontconfig
  10. if [ -e /etc/fonts/conf.d/${package} ]; then
  11.     rm /etc/fonts/conf.d/${package}
  12.     if [ -x /usr/bin/fc-cache ]; then
  13.         /usr/bin/fc-cache
  14.     fi
  15. fi
  16.  
  17. # Automatically added by dh_installdebconf
  18. if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
  19.     . /usr/share/debconf/confmodule
  20.     db_purge
  21. fi
  22. # End automatically added section
  23.  
  24.